home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / internet / w32-252.exe / MIME-MAP.PM < prev    next >
Text File  |  1997-01-01  |  962b  |  28 lines

  1. ;
  2. ; Pegasus Mail System,
  3. ; Copyright (c) 1990-97, David Harris, All Rights Reserved.
  4. ;
  5. ; Pegasus Mail MIME Mapping file.
  6. ; This file is used to add MIME content-type mappings into Pegasus Mail
  7. ;
  8. ; Each line in the file defines a bi-directional mapping between a MIME
  9. ; content type on the left and a Pegasus Mail attachment type on the
  10. ; right.
  11. ;
  12. ; When you add an attachment to a message, WinPMail will look through
  13. ; this file looking for an attachment type match; when it finds one, it
  14. ; will write the attachment using that MIME content type.
  15. ;
  16. ; When looking for viewers, Pegasus Mail performs the reverse of the
  17. ; same search, looking for a line containing a content type that matches
  18. ; the one used to send the file; if it finds one, it searches its list
  19. ; of attachment viewers for the attachment type defined on the same line.
  20. ;
  21. ; The format of this file is:
  22. ;
  23. ;       content_type = attachment_type
  24. ;
  25.  
  26. Text/HTML = HTML-text
  27.  
  28.